.image-gallery-carousel-random .slick-next{
	padding:10px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -40px;
	cursor: pointer;
	z-index: 20
}
.image-gallery-carousel-random .slick-prev{
	padding:10px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -40px;
	cursor: pointer;
	z-index: 20
}
.slick-prev:before {
	content: "\f137";
	color: white;
	font-size: 36px;
	font-family: 'FontAwesome';
}
.slick-next:before {
	content: "\f138";
	color: white;
	font-size: 36px;
	font-family: 'FontAwesome';
}


@media only screen and (max-width: 700px) {
  .image-gallery-carousel-random .slick-arrow {display:none !important}
}
